libdb1-compat software package provides Berkeley database routines [glibc 2.0/2.1 compatibility], you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install libdb1-compat
libdb1-compat is installed in your system.
Make ensure the libdb1-compat package were installed using the commands given below,
$ sudo dpkg-query -l | grep libdb1-compat *
You will get with libdb1-compat package name, version, architecture and description in a table
| Distro | Ubuntu 14 04 lts trusty tahr |
| Section | Old Libraries |
| Package | libdb1-compat |
| Version | 2.1.3-17 |
| Description | Berkeley database routines [glibc 2.0/2.1 compatibility] |
| Sub Section | oldlibs |